type google.golang.org/grpc/credentials.tlsCreds
7 uses
google.golang.org/grpc/credentials (current package)
tls.go#L97: type tlsCreds struct {
tls.go#L102: func (c tlsCreds) Info() ProtocolInfo {
tls.go#L110: func (c *tlsCreds) ClientHandshake(ctx context.Context, authority string, rawConn net.Conn) (_ net.Conn, _ AuthInfo, err error) {
tls.go#L166: func (c *tlsCreds) ServerHandshake(rawConn net.Conn) (net.Conn, AuthInfo, error) {
tls.go#L197: func (c *tlsCreds) Clone() TransportCredentials {
tls.go#L201: func (c *tlsCreds) OverrideServerName(serverNameOverride string) error {
tls.go#L232: return &tlsCreds{config: config}